replace method

void replace(
  1. S state
)

Replace global state with a state from parameter state

Implementation

void replace(S state) => emit(state);