getGameServer_Pre method

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

Implementation

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