GeneralLibraryDeviceBase class

Implemented types
Implementers

Constructors

GeneralLibraryDeviceBase()

Properties

android_is_development_mode_enable Future<bool>
no setter
android_is_on_external_storage Future<bool>
no setter
hashCode int
The hash code for this object.
no setterinherited
is_jailbroken Future<bool>
no setter
is_mock_location Future<bool>
no setter
is_real_device Future<bool>
no setter
is_safe_device Future<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usb_debug_check Future<bool>
no setter

Methods

isSupport() bool
check is support or not
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
wake_lock_initizialized() Future<void>
wake_lock_is_enable() Future<bool>
wake_lock_toggle({required bool isEnable}) Future<void>

Operators

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

Static Methods

wake_lock_initizialized_static() Future<void>
wake_lock_is_enable_static() Future<bool>
wake_lock_toggle_static({required bool isEnable}) Future<void>