getPlayerCount method

ResponseFuture<Count> getPlayerCount(
  1. AlphaEmpty request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.Count> getPlayerCount($1.AlphaEmpty request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getPlayerCount, request, options: options);
}