handleError method
Called to transform a plain ErrorApiResponse into one with information specific to the API.
Implementation
FutureOr<ApiResponse> handleError(ErrorApiResponse response) => response;
Called to transform a plain ErrorApiResponse into one with information specific to the API.
FutureOr<ApiResponse> handleError(ErrorApiResponse response) => response;