LifecycleEventEmitter class

Emitter de eventos de lifecycle

Constructors

LifecycleEventEmitter()

Properties

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

Methods

addListener(LifecycleListener listener) → void
Adiciona listener
clear() → void
Limpa listeners
emit(LifecycleEvent event) → void
Emite evento
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(LifecycleListener listener) → void
Remove listener
toString() String
A string representation of this object.
inherited

Operators

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