getCachedDueCount method

Future<int?> getCachedDueCount()

Implementation

Future<int?> getCachedDueCount() async => _readInt(_homeDueCountKey);