better linting

This commit is contained in:
Mguy13 2023-01-01 13:04:22 +01:00
parent c7324a6b19
commit aa31a79d20
26 changed files with 163 additions and 131 deletions

View file

@ -22,7 +22,7 @@ class ImageCacheManagerService {
final LoggingService _loggingService = LoggingService.locate;
final _cacheManager = DefaultCacheManager();
Future<void> emptyCache() async => await _cacheManager.emptyCache();
void emptyCache() => _cacheManager.emptyCache();
Future<void> _init() async {
_appLifecycleService.addListener(