IPlatformEntrypoint class abstract

Implementers

Constructors

IPlatformEntrypoint({required String id, required String mainChannelId, required MethodChannel methodChannel, required EventChannel eventChannel, required CallBacksController callbacksController})

Properties

callbacksController CallBacksController
final
eventChannel EventChannel
final
eventMessageStream Stream<EventMessage>
A broadcast stream of events.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
final
mainChannelId String
final
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(Message request) Future<Message>
startListening({required Message message, required MultiUseCallback<MirrorMethodCall, Error> callback}) Future<CancelListening>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited