reset method

void reset()

Resets the cubit to its initial state.

Implementation

void reset() => emit(const AsyncInitial());