bloc
bloc
Emitter
<
State
>
call abstract method
call
bloc
bloc
Emitter
<
State
>
call abstract method
Emitter class
Constructors
Emitter
Properties
hashCode
isCanceled
runtimeType
Methods
call
forEach
noSuchMethod
onEach
toString
Operators
operator ==
call
method
Null safety
void
call
(
State
state
)
Emits the provided
state
.
Implementation
void call(State state);