reset method
void
reset()
reloads the cubit to its initial state
Implementation
void reset() {
emit(const AutoContentLoadingState());
initialize();
}
reloads the cubit to its initial state
void reset() {
emit(const AutoContentLoadingState());
initialize();
}