withdraw_Pre method
Implementation
$async.Future<$1.WithdrawReply> withdraw_Pre($grpc.ServiceCall call, $async.Future<$1.WithdrawRequest> request) async {
return withdraw(call, await request);
}
$async.Future<$1.WithdrawReply> withdraw_Pre($grpc.ServiceCall call, $async.Future<$1.WithdrawRequest> request) async {
return withdraw(call, await request);
}