AppChannel class abstract base

Implementers

Constructors

AppChannel()

Properties

eventHub ApplicationEventHub
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(Request request) FutureOr<Response>
dispose() Future<void>
emitEvent<T>(T event) → void
entryPoint() → void
initialize(ApplicationOptions options) Future<void>
The configuration options used to start the application this channel belongs to.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEvent<T>(void listener(T data)) → void
prepare() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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