sendValue method
Implementation
$async.Future<RpcResponse> sendValue($pb.ClientContext? ctx, SendValueRequest request) =>
_client.invoke<RpcResponse>(ctx, 'DartJSService', 'SendValue', request, RpcResponse())
;
$async.Future<RpcResponse> sendValue($pb.ClientContext? ctx, SendValueRequest request) =>
_client.invoke<RpcResponse>(ctx, 'DartJSService', 'SendValue', request, RpcResponse())
;