start static method

Future<void> start()

Starts the Android foreground service that produces location updates.

Implementation

static Future<void> start() async {
  initialize();
  await _serviceChannel.invokeMethod('startLocationService');
}