start method
Shows the loading overlay by emitting a LoadingState.isLoading true state.
Implementation
void start() => emit(const LoadingState(isLoading: true));
Shows the loading overlay by emitting a LoadingState.isLoading true state.
void start() => emit(const LoadingState(isLoading: true));