stop static method

Future<void> stop()

Stops the Android foreground service.

Implementation

static Future<void> stop() async {
  await _serviceChannel.invokeMethod('stopLocationService');
}