withdrawAll_Pre method

Future<WithdrawAllReply> withdrawAll_Pre(
  1. ServiceCall call,
  2. Future<WithdrawAllRequest> request
)

Implementation

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