openLocationSettings method

  1. @override
Future<bool> openLocationSettings()
override

Request to open Locations Settings from device.

For iOS, this will does nothing because of private method.

Implementation

@override
Future<bool> openLocationSettings() async => await _channel.invokeMethod('openLocationSettings');