getLastVwap_Pre method
Implementation
$async.Future<$1.GetLastVwapReply> getLastVwap_Pre($grpc.ServiceCall call, $async.Future<$1.GetLastVwapRequest> request) async {
return getLastVwap(call, await request);
}
$async.Future<$1.GetLastVwapReply> getLastVwap_Pre($grpc.ServiceCall call, $async.Future<$1.GetLastVwapRequest> request) async {
return getLastVwap(call, await request);
}