emitDirectly method

void emitDirectly(
  1. S state
)

Implementation

void emitDirectly(S state) {
  emit(state);
}