send abstract method

Future<MsgSendResponse> send(
  1. ServiceCall call,
  2. MsgSend request
)

Implementation

$async.Future<$1.MsgSendResponse> send(
    $grpc.ServiceCall call, $1.MsgSend request);