isResponseNotError abstract method

bool isResponseNotError(
  1. BaseResponse state, {
  2. bool passString = false,
  3. bool showError = true,
})

Implementation

bool isResponseNotError(BaseResponse state, {bool passString = false, bool showError = true});