supplyOf_Pre method
Future<QuerySupplyOfResponse>
supplyOf_Pre(
- ServiceCall call,
- Future<
QuerySupplyOfRequest> request
Implementation
$async.Future<$0.QuerySupplyOfResponse> supplyOf_Pre($grpc.ServiceCall call,
$async.Future<$0.QuerySupplyOfRequest> request) async {
return supplyOf(call, await request);
}