locationSource method

Future<bool?> locationSource()

位置信息 Open Android settings in Location section. returns operation successful or failure.

Implementation

Future<bool?> locationSource() {
  return postMessage<bool?>(
      action: 'android.settings.LOCATION_SOURCE_SETTINGS');
}