supplyOf_Pre method

Future<QuerySupplyOfResponse> supplyOf_Pre(
  1. ServiceCall call,
  2. Future<QuerySupplyOfRequest> request
)

Implementation

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