offerSnapshot_Pre method

Future<ResponseOfferSnapshot> offerSnapshot_Pre(
  1. ServiceCall call,
  2. Future<RequestOfferSnapshot> request
)

Implementation

$async.Future<$0.ResponseOfferSnapshot> offerSnapshot_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.RequestOfferSnapshot> request) async {
  return offerSnapshot(call, await request);
}