sendValue method

Future<RpcResponse> sendValue(
  1. ClientContext? ctx,
  2. SendValueRequest request
)

Implementation

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