watchGameServer_Pre method
Implementation
$async.Stream<$0.GameServer> watchGameServer_Pre(
$grpc.ServiceCall call, $async.Future<$0.Empty> request) async* {
yield* watchGameServer(call, await request);
}
$async.Stream<$0.GameServer> watchGameServer_Pre(
$grpc.ServiceCall call, $async.Future<$0.Empty> request) async* {
yield* watchGameServer(call, await request);
}