WatchifyFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- WatchifyFlutterPlatform
- Implementers
Constructors
- WatchifyFlutterPlatform()
- Constructs a WatchifyFlutterPlatform.
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
-
contextFromApplication(
) → Future< Map< String, dynamic> > -
contextStream(
) → Stream< Map< String, dynamic> > -
getPlatformVersion(
) → Future< String?> -
isPaired(
) → Future< bool> -
isReachable(
) → Future< bool> -
isSupported(
) → Future< bool> -
messageStream(
) → Stream< Map< String, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
receivedApplicationContexts(
) → Future< List< Map< >String, dynamic> > -
sendMessage(
Map< String, dynamic> message) → Future<void> -
toString(
) → String -
A string representation of this object.
inherited
-
updateApplicationContext(
Map< String, dynamic> context) → Future<void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ WatchifyFlutterPlatform
-
The default instance of WatchifyFlutterPlatform to use.
getter/setter pair