tether method

Future<bool> tether()

Open Android settings in Mobile Hotspot & Tethering section. returns operation successful or failure.

Implementation

Future<bool> tether() {
  return sendCustomMessage('android.settings.TETHER_SETTINGS');
}