We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4da262 commit 5683b8aCopy full SHA for 5683b8a
lib/vaahextendflutter/services/storage/local/storage.dart
@@ -32,7 +32,7 @@ abstract class LocalStorage {
32
/// LocalStorage.add('posts');
33
/// //used only with Hive
34
/// ```
35
- void add(String collectionName) {
+ static void add(String collectionName) {
36
return _instanceLocal.add(collectionName);
37
}
38
0 commit comments