stopLoading method

void stopLoading()

Dispatches loading state, helpful for displaying loading indicator

Implementation

void stopLoading() => emit(state.copyWith(loading: false));