toogleLoading method

dynamic toogleLoading()

Implementation

toogleLoading() {
  _isLoading = !_isLoading;
}