FChannelSubscriberMixin<TData, TEvent extends FChannelSubscriberEvent<TData>> mixin

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
hasSubscribers bool
no setter
isBroken bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addHandler(FSubscriberChannelCallback<TData, TEvent> cb) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(FExecutionContext executionContext, dynamic event) → dynamic
onAddFirstHandler() → void
onRemoveLastHandler() → void
removeHandler(FSubscriberChannelCallback<TData, TEvent> cb) → void
override
toString() String
A string representation of this object.
inherited
verifyBrokenChannel() → void

Operators

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