emitUnauthorized method

void emitUnauthorized()

Implementation

void emitUnauthorized() {
  emit(state.toUnauthorized());
}