stop static method

Future<GeolocationState> stop()

Stops the background geolocation service.

Implementation

static Future<GeolocationState> stop() => _instance.stop();