GeneralLibraryAppBaseFlutter class
- Implemented types
Constructors
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?> -
override
-
setFullScreen(
bool isFullScreen) → Future< void> -
override
-
setPreferredOrientations(
{required List< GeneralLibraryAppDeviceOrientationType> orientations}) → Future<void> -
override
-
showSnackBar(
{required String message}) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
wake_lock_disable(
) → Future< void> -
override
-
wake_lock_enable(
) → Future< void> -
override
-
wake_lock_is_enabled(
) → Future< bool> -
override
-
wake_lock_toggle(
{required bool enable}) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
getter/setter pair
-
flutter_repaint_boundery_key
↔ GlobalKey<
State< StatefulWidget> > -
getter/setter pair
Static Methods
-
repaintBoundaryWidget(
{required Widget child}) → Widget -
static_flutter_setPreferredOrientations(
{required List< DeviceOrientation> orientations}) → Future<void> -
static_setFullScreen(
bool isFullScreen) → Future< void> -
override
-
static_setPreferredOrientations(
{required List< GeneralLibraryAppDeviceOrientationType> orientations}) → Future<void> -
override