watchGameServer_Pre method

Stream<GameServer> watchGameServer_Pre(
  1. ServiceCall call,
  2. Future<Empty> request
)

Implementation

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