MethodChannelWatchifyFlutter class
An implementation of WatchifyFlutterPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- WatchifyFlutterPlatform
- MethodChannelWatchifyFlutter
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
contextFromApplication(
) → Future< Map< String, dynamic> > -
The most recently sent contextual data
override
-
contextStream(
) → Stream< Map< String, dynamic> > -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
isPaired(
) → Future< bool> -
override
-
isReachable(
) → Future< bool> -
override
-
isSupported(
) → Future< bool> -
override
-
messageStream(
) → Stream< Map< String, dynamic> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
receivedApplicationContexts(
) → Future< List< Map< >String, dynamic> > -
override
-
sendMessage(
Map< String, dynamic> message) → Future<void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateApplicationContext(
Map< String, dynamic> context) → Future<void> -
Update the application context
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited