* Core API Methods
(config)
| 162 | * Core API Methods |
| 163 | */ |
| 164 | static ready(config) { |
| 165 | return RNBackgroundGeolocation.ready(validateConfig(config)); |
| 166 | } |
| 167 | |
| 168 | static configure(config) { |
| 169 | console.warn('[BackgroundGeolocation] Method #configure is deprecated in favor of #ready'); |
nothing calls this directly
no test coverage detected