From cbd5e1d0ba0a7a3b9fce2691e558ba974f706b53 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Fri, 14 Nov 2025 22:30:56 +0100 Subject: [PATCH] Added documentation --- lib/data/dao/group_game_dao.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/data/dao/group_game_dao.dart b/lib/data/dao/group_game_dao.dart index 88b8fad..d3b30ca 100644 --- a/lib/data/dao/group_game_dao.dart +++ b/lib/data/dao/group_game_dao.dart @@ -22,6 +22,7 @@ class GroupGameDao extends DatabaseAccessor return (count ?? 0) > 0; } + /// Retrieves the [Group] associated with the given [gameId]. Future getGroupByGameId({required String gameId}) async { final result = await (select( groupGameTable,