menu
dutato
data/datasources/user_prefs_datasource.dart
UserPrefsDatasource
setCachedDueCount method
setCachedDueCount
dark_mode
light_mode
description
setCachedDueCount
method
Future
<
void
>
setCachedDueCount
(
int
value
)
Implementation
Future<void> setCachedDueCount(int value) async => _writeInt(_homeDueCountKey, value);
dutato
user_prefs_datasource
UserPrefsDatasource
setCachedDueCount method
UserPrefsDatasource class