send method

ResponseFuture<MsgSendResponse> send(
  1. MsgSend request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.MsgSendResponse> send($1.MsgSend request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$send, request, options: options);
}