emitIdle method

void emitIdle()

Implementation

void emitIdle() {
  emit(state.copyWith(status: DataStatus.idle) as TState);
}