menu
dutato
data/datasources/user_prefs_datasource.dart
UserPrefsDatasource
getCachedDueCount method
getCachedDueCount
dark_mode
light_mode
description
getCachedDueCount
method
Future
<
int
?
>
getCachedDueCount
(
)
Implementation
Future<int?> getCachedDueCount() async => _readInt(_homeDueCountKey);
dutato
user_prefs_datasource
UserPrefsDatasource
getCachedDueCount method
UserPrefsDatasource class