openLocationSettings method

Future<Map?> openLocationSettings()

Implementation

Future<Map<dynamic, dynamic>?> openLocationSettings() {
  throw UnimplementedError(
      'openLocationSettings() has not been implemented.');
}