openNetworkSettingPage static method

Future<Null> openNetworkSettingPage()

Open the phone's network settings page

Implementation

static Future<Null> openNetworkSettingPage() async {
  await _channel.invokeMethod('launchNoNetwork');
}