openAppSettings method

Future<void> openAppSettings({
  1. AppSettingsType type = AppSettingsType.settings,
  2. bool asAnotherTask = false,
})

Implementation

Future<void> openAppSettings({
  AppSettingsType type = AppSettingsType.settings,
  bool asAnotherTask = false,
}) {
  throw UnimplementedError('openAppSettings() has not yet been implemented.');
}