Ю
Size: a a a
Ю
КА
КА
di
di
di
RC
/// **[emit] should never be used outside of tests.**
///
/// Updates the state of the bloc to the provided [state].
/// A bloc's state should be only be updated by `yielding` a new `state`
/// from `mapEventToState` in response to an event.
@visibleForTesting
@override
void emit(State state) => super.emit(state);
di
/// **[emit] should never be used outside of tests.**
///
/// Updates the state of the bloc to the provided [state].
/// A bloc's state should be only be updated by `yielding` a new `state`
/// from `mapEventToState` in response to an event.
@visibleForTesting
@override
void emit(State state) => super.emit(state);
AM
RC
RC
di
di
yielding
a new state
mapEventToState
in response to an event.p
p
У
p
RC
p
У