PluginManager<State extends Object> mixin

Superclass Constraints
Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
plugins Iterable<Plugin<State>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → State
no setterinherited

Methods

after<Event extends EventBase>(EventHandler<AfterEvent<Event, State>, State> handler, {HandlerPriority priority = HandlerPriority.medium}) Disposable
inherited
attachPlugin(Plugin<State> plugin) → void
close() Future<void>
override
detachPlugin(Plugin<State> plugin) → void
invoke<Event extends EventBase>(Event event) FutureOr<InvokeResult<State>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on<Event extends EventBase>(EventHandler<Event, State> handler, {HandlerPriority priority = HandlerPriority.medium}) Disposable
inherited
onAfterInvoke<Event extends EventBase>(Event event, State previous) FutureOr<void>
inherited
onCreate() → void
override
toString() String
A string representation of this object.
inherited
update(State state) → void
inherited

Operators

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