getNasTrialDetail method
Gets a NasTrialDetail.
Throws a http.ClientException if there were problems communicating with
the API service. Throws a ServiceException if the API method failed for
any reason.
Implementation
@override
Future<NasTrialDetail> getNasTrialDetail(
GetNasTrialDetailRequest request,
) async {
if (isClosed) throw StateError('Service is closed');
if (_getNasTrialDetail case final getNasTrialDetail?) {
return getNasTrialDetail(request);
}
throw UnsupportedError('getNasTrialDetail');
}