getGameServer_Pre method
Implementation
$async.Future<$0.GameServer> getGameServer_Pre(
$grpc.ServiceCall call, $async.Future<$0.Empty> request) async {
return getGameServer(call, await request);
}
$async.Future<$0.GameServer> getGameServer_Pre(
$grpc.ServiceCall call, $async.Future<$0.Empty> request) async {
return getGameServer(call, await request);
}