requestWhenInUseAuthorization method

Future<void> requestWhenInUseAuthorization()

Implementation

Future<void> requestWhenInUseAuthorization() async {
  await kCLMethodChannel.invokeMethod(
      'CLLocationManager::requestWhenInUseAuthorization', {'__this__': this});
}