openSettings static method

Future<bool> openSettings()

Implementation

static Future<bool> openSettings() async {
  return await channel.invokeMethod("openSettings");
}