send_Pre method
Implementation
$async.Future<$1.MsgSendResponse> send_Pre(
$grpc.ServiceCall call, $async.Future<$1.MsgSend> request) async {
return send(call, await request);
}
$async.Future<$1.MsgSendResponse> send_Pre(
$grpc.ServiceCall call, $async.Future<$1.MsgSend> request) async {
return send(call, await request);
}