OpenSettingsPlusIOS class
The iOS implementation of OpenSettingsPlusPlatform
. You
can use this class to open settings in iOS.
Note: This class should only be used in iOS.
- Inheritance
-
- Object
- OpenSettingsPlus
- OpenSettingsPlusIOS
Constructors
- OpenSettingsPlusIOS.new()
-
The iOS implementation of
OpenSettingsPlusPlatform
. You can use this class to open settings in iOS. Note: This class should only be used in iOS.const
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
-
about(
) → Future< bool> -
Open iOS settings in
About
section. returns operation successful or failure. -
accessibility(
) → Future< bool> - Open iOS settings in accessibility section.
-
accountSettings(
) → Future< bool> -
Open iOS settings in
Account Settings
section. returns operation successful or failure. -
appSettings(
) → Future< bool> - Open the app settings. returns operation successful or failure.
-
autoLock(
) → Future< bool> - Open iOS settings in auto lock section.
-
battery(
) → Future< bool> -
Open iOS settings in
Battery
section. returns operation successful or failure. -
bluetooth(
) → Future< bool> -
Open iOS settings in
Bluetooth
section. returns operation successful or failure. -
call(
) → Future< bool> - Open iOS settings. returns operation successful or failure.
-
cellular(
) → Future< bool> -
Open iOS settings in
Cellular
section. returns operation successful or failure. -
dateAndTime(
) → Future< bool> -
Open iOS settings in
Date & Time
section. returns operation successful or failure. -
dictionary(
) → Future< bool> -
Open iOS settings in
Dictionary
section. returns operation successful or failure. -
displayAndBrightness(
) → Future< bool> -
Open iOS settings in
Display & Brighness
section. returns operation successful or failure. -
faceIDAndPasscode(
) → Future< bool> -
Open iOS settings in
FaceID and Passcode
section. returns operation successful or failure. -
facetime(
) → Future< bool> -
Open iOS settings in
FaceTime
section. returns operation successful or failure. -
general(
) → Future< bool> -
Open iOS settings in
General
section. returns operation successful or failure. -
healthKit(
) → Future< bool> - Open iOS settings in HealthKit section. returns operation successful or failure.
-
iCloud(
) → Future< bool> - Open iOS settings in iCloud section. returns operation successful or failure.
-
keyboard(
) → Future< bool> - Open iOS settings in Keyboard section. returns operation successful or failure.
-
keyboards(
) → Future< bool> - Open iOS settings in Keyboards section. returns operation successful or failure.
-
languageAndRegion(
) → Future< bool> -
Open iOS settings in
Language & Region
section. returns operation successful or failure. -
locationServices(
) → Future< bool> -
Open iOS settings in
Location Service
section. returns operation successful or failure. -
music(
) → Future< bool> - Open iOS settings in Music section. returns operation successful or failure.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
personalHotspot(
) → Future< bool> -
Open iOS settings in
Personal Hotspot
section. returns operation successful or failure. -
phone(
) → Future< bool> -
Open iOS settings in
Phone
section. returns operation successful or failure. -
photosAndCamera(
) → Future< bool> -
Open iOS settings in
Photos & Camera
section. returns operation successful or failure. -
privacy(
) → Future< bool> -
Open iOS settings in
Privacy
section. returns operation successful or failure. -
profilesAndDeviceManagement(
) → Future< bool> -
Open iOS settings in
Profiles and Device Management
section. returns operation successful or failure. -
sendCustomMessage(
String message) → Future< bool> -
Method used to pass custom message to native side.
inherited
-
settings(
) → Future< bool> - Open iOS settings. returns operation successful or failure.
-
siri(
) → Future< bool> -
Open iOS settings in
Siri
section. returns operation successful or failure. -
softwareUpdate(
) → Future< bool> -
Open iOS settings in
Software Update
section. returns operation successful or failure. -
soundsAndHaptics(
) → Future< bool> -
Open iOS settings in
Sounds & Haptics
section. returns operation successful or failure. -
storageAndBackup(
) → Future< bool> -
Open iOS settings in
Storage and Backup
section. returns operation successful or failure. -
toString(
) → String -
A string representation of this object.
inherited
-
wallpapers(
) → Future< bool> -
Open iOS settings in
Wallpapers
section` returns operation successful or failure. -
wifi(
) → Future< bool> -
Open iOS settings in
Wi-Fi
section. returns operation successful or failure.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited