First version of retrieving a gamesession from the db
This commit is contained in:
@@ -3,4 +3,7 @@
|
||||
part of 'game_session_dao.dart';
|
||||
|
||||
// ignore_for_file: type=lint
|
||||
mixin _$GameSessionDaoMixin on DatabaseAccessor<AppDatabase> {}
|
||||
mixin _$GameSessionDaoMixin on DatabaseAccessor<AppDatabase> {
|
||||
$GameSessionTableTable get gameSessionTable =>
|
||||
attachedDatabase.gameSessionTable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user