menu
redstonex package
documentation
database-core/base_repository.dart
BaseRepository<T extends FloorDatabase, R>
getDb abstract method
getDb abstract method
dark_mode
light_mode
getDb
abstract method
Future
<
T
>
getDb
(
)
Get database
Implementation
Future<T> getDb();
redstonex package
documentation
database-core/base_repository
BaseRepository<T extends FloorDatabase, R>
getDb abstract method
BaseRepository class