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< operations) → Future<String, int?> >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 NothingPhone1
-
is22111(
) → Future< bool?> - Returns true if the device is a 22111 aka NothingPhone2
-
is23111(
) → Future< bool?> - Returns true if the device is a 23111 aka NothingPhone2a
-
is23113(
) → Future< bool?> - Returns true if the device is a 23111 aka NothingPhone2aPlus
-
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