personalHotspot method

Future<bool> personalHotspot()

Open iOS settings in Personal Hotspot section. returns operation successful or failure.

Implementation

Future<bool> personalHotspot() {
  return sendCustomMessage('App-prefs:INTERNET_TETHERING');
}