DeviceAccessibilityInfoPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DeviceAccessibilityInfoPlatform
Implementers

Constructors

DeviceAccessibilityInfoPlatform.new()
Constructs a DeviceAccessibilityInfoPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenReaderStatusChanged Stream<bool>
Returns a stream that notifies when the screen reader status changes. The stream emits true when screen reader is enabled, false when disabled.
no setter

Methods

getPlatformVersion() Future<String?>
isScreenReaderEnabled() Future<bool>
Returns whether the screen reader (VoiceOver on iOS, TalkBack on Android) is currently enabled.
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 DeviceAccessibilityInfoPlatform
The default instance of DeviceAccessibilityInfoPlatform to use.
getter/setter pair