checkResponse method

bool checkResponse(
  1. BaseResponse response, {
  2. Color primaryColor = Colors.white60,
  3. bool showError = true,
  4. bool passString = false,
})

Implementation

bool checkResponse(BaseResponse response, {Color primaryColor = Colors.white60, bool showError = true, bool passString = false}) =>
    CoreUtilUI.checkResponse(context, response, logout, primaryColor, showError: showError, passString: passString);