withdrawAll_Pre method
Implementation
$async.Future<$1.WithdrawAllReply> withdrawAll_Pre($grpc.ServiceCall call, $async.Future<$1.WithdrawAllRequest> request) async {
return withdrawAll(call, await request);
}
$async.Future<$1.WithdrawAllReply> withdrawAll_Pre($grpc.ServiceCall call, $async.Future<$1.WithdrawAllRequest> request) async {
return withdrawAll(call, await request);
}