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