menu
db_lens package
documentation
data/history/history_database.dart
HistoryDatabase
closeForTesting method
closeForTesting method
dark_mode
light_mode
closeForTesting
method
@
visibleForTesting
Future
<
void
>
closeForTesting
(
)
Implementation
@visibleForTesting Future<void> closeForTesting() async { await _db?.close(); _db = null; }
db_lens package
documentation
data/history/history_database
HistoryDatabase
closeForTesting method
HistoryDatabase class