sendStats method
Implementation
$async.Future<SendStatsResponse> sendStats(
$pb.ClientContext? ctx, SendStatsRequest request) =>
_client.invoke<SendStatsResponse>(
ctx, 'SignalServer', 'SendStats', request, SendStatsResponse());
$async.Future<SendStatsResponse> sendStats(
$pb.ClientContext? ctx, SendStatsRequest request) =>
_client.invoke<SendStatsResponse>(
ctx, 'SignalServer', 'SendStats', request, SendStatsResponse());