OpenAppSettings class

Constructors

OpenAppSettings()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

openAndroidCustomSetting(String constantValue) Future<void>
Future async method call to open app specific settings screen.
openAppSettings() Future<void>
Future async method call to open app specific settings screen.
openBatteryOptimizationSettings() Future<void>
Future async method call to open battery optimization settings.
openBluetoothSettings() Future<void>
Future async method call to open bluetooth settings.
openDataRoamingSettings() Future<void>
Future async method call to open data roaming settings.
openDateSettings() Future<void>
Future async method call to open date settings.
openDisplaySettings() Future<void>
Future async method call to open display settings.
openInternalStorageSettings() Future<void>
Future async method call to open internal storage settings.
openLocationSettings() Future<void>
Future async method call to open location settings.
openNFCSettings() Future<void>
Future async method call to open NCF settings.
openNotificationSettings() Future<void>
Future async method call to open notification settings.
openSecuritySettings() Future<void>
Future async method call to open security settings.
openSoundSettings() Future<void>
Future async method call to open sound settings.
openWIFISettings() Future<void>
Future async method call to open WIFI settings.