requestAlwaysAuthorizationForLocationUpdates method

Future<void> requestAlwaysAuthorizationForLocationUpdates()

Implementation

Future<void> requestAlwaysAuthorizationForLocationUpdates() async {
  await _methodChannel
      .invokeMethod('requestAlwaysAuthorizationForLocationUpdates');
}