refactor: improvements

This commit is contained in:
cogwheel0
2025-09-24 10:52:15 +05:30
parent f6a1b6123b
commit b8c024d0b0
13 changed files with 294 additions and 132 deletions

View File

@@ -68,7 +68,7 @@ class _WasOfflineNotifier extends Notifier<bool> {
}
},
loading: () {},
error: (_, __) {},
error: (error, stackTrace) {},
);
});
return false;