start static method
Starts the Android foreground service that produces location updates.
Implementation
static Future<void> start() async {
initialize();
await _serviceChannel.invokeMethod('startLocationService');
}
Starts the Android foreground service that produces location updates.
static Future<void> start() async {
initialize();
await _serviceChannel.invokeMethod('startLocationService');
}