iceTrickle method

Future<ICETrickleResponse> iceTrickle(
  1. ClientContext? ctx,
  2. ICETrickle request
)

Implementation

$async.Future<ICETrickleResponse> iceTrickle(
        $pb.ClientContext? ctx, $0.ICETrickle request) =>
    _client.invoke<ICETrickleResponse>(
        ctx, 'SignalServer', 'IceTrickle', request, ICETrickleResponse());