GetSettings class

Constructors

GetSettings()

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

contentToPath(String contentUri, {bool rewrite = false}) Future<String>
content:// to path ,only supports Android devices
getCPUType() Future<String?>
Detect device cpu type.ARM,ARM64,X86,X86_64 ...
getPlatformVersion() Future<String?>
Get system version number
getUserAgent() Future<String?>
Detect device user agent
ipodToPath(String ipodLibraryUri, {bool rewrite = false}) Future<String>
ipod-library:// to path ,only supports IOS devices
isiOSAppOnMac() Future<bool?>
Detect whether mobile applications are running on Apple silicon devices to support Apple devices
isPad() Future<bool?>
Detect whether the device is a tablet or mobile device
isRotationOn() Future<bool?>
Detect whether the system orientation lock switch is turned on, only supports Android devices
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onListenSettings(dynamic onEvent, dynamic onError) → void
toString() String
A string representation of this object.
inherited

Operators

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