Initializes the service with the given game instance.
factory DevToolsService.initWithGame(FlameGame game) { instance.initGame(game); return instance; }