withdraw method

ResponseFuture<WithdrawReply> withdraw(
  1. WithdrawRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.WithdrawReply> withdraw($1.WithdrawRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$withdraw, request, options: options);
}