fromApiException static method

InternalException<ApiException> fromApiException({
  1. required ApiException param,
})

Implementation

static InternalException<ApiException> fromApiException({
  required ApiException param,
}) =>
    InternalException(code: otaApiError, param: param);