OrientationStateCheckerPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- OrientationStateCheckerPlatform
- Implementers
Constructors
- OrientationStateCheckerPlatform()
- Constructs a OrientationStateCheckerPlatform.
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
-
isDeviceOrientationLocked(
) → Future< bool> - Future method to check if the device orientation is locked.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setOrientationState(
bool enabled) → Future< void> - Future method to set the device orientation lock status.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ OrientationStateCheckerPlatform
-
The default instance of OrientationStateCheckerPlatform to use.
getter/setter pair