startLoading method

  1. @mustCallSuper
void startLoading()

Implementation

@mustCallSuper
void startLoading() {
  _isLoading = true;
}