MCPcopy Create free account
hub / github.com/transistorsoft/react-native-background-geolocation / reset

Method reset

src/NativeModule.js:189–192  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

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) => {

Callers

nothing calls this directly

Calls 2

validateConfigFunction · 0.85
resetMethod · 0.65

Tested by

no test coverage detected