getQuoteSell_Pre method

Future<GetQuoteSellReply> getQuoteSell_Pre(
  1. ServiceCall call,
  2. Future<GetQuoteSellRequest> request
)

Implementation

$async.Future<$1.GetQuoteSellReply> getQuoteSell_Pre($grpc.ServiceCall call, $async.Future<$1.GetQuoteSellRequest> request) async {
  return getQuoteSell(call, await request);
}