locationSource method

Future<bool> locationSource()

Open Android settings in Location section. returns operation successful or failure.

Implementation

Future<bool> locationSource() {
  return sendCustomMessage(
    'android.settings.LOCATION_SOURCE_SETTINGS',
  );
}