withdrawAll method

ResponseFuture<WithdrawAllReply> withdrawAll(
  1. WithdrawAllRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.WithdrawAllReply> withdrawAll($1.WithdrawAllRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$withdrawAll, request, options: options);
}