stop static method
Stops the Android foreground service.
Implementation
static Future<void> stop() async {
await _serviceChannel.invokeMethod('stopLocationService');
}
Stops the Android foreground service.
static Future<void> stop() async {
await _serviceChannel.invokeMethod('stopLocationService');
}