openSettings static method

void openSettings()

Implementation

static void openSettings() async {
  _channel.invokeMethod("openSettings");

}