enableLocationUpdates static method

Future<void> enableLocationUpdates()

Implementation

static Future<void> enableLocationUpdates() async {
  await _channel.invokeMethod('enableLocationUpdates');
}