(config)
| 187 | } |
| 188 | |
| 189 | static reset(config) { |
| 190 | config = config || {}; |
| 191 | return RNBackgroundGeolocation.reset(validateConfig(config)); |
| 192 | } |
| 193 | |
| 194 | static addListener(event, success, failure) { |
| 195 | const handler = (response) => { |
nothing calls this directly
no test coverage detected