openSettings static method

void openSettings()

Implementation

static void openSettings() async {
  try {
    await _channel.invokeMethod('openSettings');
  } catch (e) {
    debugPrint(e.toString());
  }
}