watchGameServer method
Implementation
$grpc.ResponseStream<$0.GameServer> watchGameServer($0.Empty request,
{$grpc.CallOptions? options}) {
return $createStreamingCall(
_$watchGameServer, $async.Stream.fromIterable([request]),
options: options);
}