NothingGlyphInterfacePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • NothingGlyphInterfacePlatform
Implementers

Constructors

NothingGlyphInterfacePlatform()
Constructs a NothingGlyphInterfacePlatform.

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

animate() Future<void>
buildGlyphFrame(List<Map<String, int?>> operations) Future<void>
displayProgress(int progress, {bool reverse = false}) Future<void>
displayProgressAndToggle(int progress, {bool reverse = false}) Future<void>
getChannel() Future<List<int>?>
getCycles() Future<int?>
getInterval() Future<int?>
getPeriod() Future<int?>
getPlatformVersion() Future<String?>
init() Future<void>
initCallbacks(dynamic serviceConnection(bool connected)) → void
is20111() Future<bool?>
Returns true if the device is a 20111 aka Nothing Phone 1
is22111() Future<bool?>
Returns true if the device is a 22111 aka Nothing Phone 2
is23111() Future<bool?>
Returns true if the device is a 23111 aka Nothing Phone 2a
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggle() Future<void>
toString() String
A string representation of this object.
inherited
turnOff() Future<void>

Operators

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

Static Properties

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