MethodChannelInterIsolateEventChannel class
An implementation of InterIsolateEventChannelPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- InterIsolateEventChannelPlatform
- MethodChannelInterIsolateEventChannel
Constructors
Properties
- broadcastStream → Stream
-
Returns the broadcast event stream.
no setteroverride
- eventChannel → EventChannel
-
The event channel used to receive broadcast events from the native platform.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to emit events to the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
emit(
String eventType, dynamic payload) → Future< void> -
Broadcasts an event to all isolates/engines.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited