emitReading method

void emitReading()

Implementation

void emitReading() {
  emit(state.copyWith(status: DataStatus.reading));
}