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