stopLoading method

  1. @mustCallSuper
void stopLoading({
  1. bool animation = true,
})

Implementation

@mustCallSuper
void stopLoading({bool animation = true}) {
  _isLoading = true;
}