startLocationUpdates static method
Starts location updates and retuns the result.
Implementation
static Future<void> startLocationUpdates() async {
await _channel.invokeMethod('startLocationUpdates');
return;
}
Starts location updates and retuns the result.
static Future<void> startLocationUpdates() async {
await _channel.invokeMethod('startLocationUpdates');
return;
}