formatted the whole codebase

This commit is contained in:
asif
2025-08-20 01:36:59 +05:30
parent 09618db28e
commit 60a5703c35
10 changed files with 138 additions and 123 deletions

View File

@@ -29,4 +29,4 @@ class SecureStorage {
Future<void> deleteAll() async {
await _storage.deleteAll();
}
}
}