makeRequest property
Future<TrayRequestResponse<ResultType> > Function<ResultType>(TrayRequest request, {FetchTrayDebugLevel? requestDebugLevel})
makeRequest
final
Implementation
final Future<TrayRequestResponse<ResultType>> Function<ResultType>(
TrayRequest request, {
FetchTrayDebugLevel? requestDebugLevel,
}) makeRequest;