DeviceAutoRotateCheckerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DeviceAutoRotateCheckerPlatform
Implementers

Constructors

DeviceAutoRotateCheckerPlatform()
Constructs a DeviceAutoRotateCheckerPlatform.

Properties

autoRotateStream Stream<bool>
Listen to the device's auto rotate settings change
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkAutoRotate() Future<bool>
Check device auto rotate
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance DeviceAutoRotateCheckerPlatform
The default instance of DeviceAutoRotateCheckerPlatform to use.
getter/setter pair