openApplicationSettingPage static method

Future<Null> openApplicationSettingPage()

Open the settings page of the currently running application

Implementation

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