VooWearPlatform class abstract
Single platform abstraction for everything voo_wear reads from native.
All three concerns (shape / ambient / rotary) share one MethodChannel + EventChannel pair so the plugin lifecycle is trivial.
- Implementers
Constructors
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
-
ambient(
) → Stream< VooWearAmbientState> - Hot stream of ambient transitions. Always emits a current value on first listen.
-
dispose(
) → Future< void> - Tear down any subscriptions / sinks.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rotary(
) → Stream< VooWearRotaryEvent> - Hot stream of rotary input events.
-
shape(
) → Future< VooWearShape> - Resolves the screen shape once at boot. Stable for the lifetime of the configuration.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited