GeneralLibraryAppBase class

Implemented types
Implementers

Constructors

GeneralLibraryAppBase()

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

isSupport() bool
check is support or not
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
screenshot_current_widget() Future<Uint8List?>
setFullScreen(bool isFullScreen) Future<void>
setPreferredOrientations({required List<GeneralLibraryAppDeviceOrientationType> orientations}) Future<void>
showSnackBar({required String message}) → void
toString() String
A string representation of this object.
inherited
wake_lock_disable() Future<void>
wake_lock_enable() Future<void>
wake_lock_is_enabled() Future<bool>
wake_lock_toggle({required bool enable}) Future<void>

Operators

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

Static Methods

static_setFullScreen(bool isFullScreen) Future<void>
static_setPreferredOrientations({required List<GeneralLibraryAppDeviceOrientationType> orientations}) Future<void>