Added a comment

This commit is contained in:
ashilkn 2023-04-06 13:34:53 +05:30
parent 92b85d7f98
commit 4dde1a4a40

View file

@ -61,6 +61,8 @@ class InheritedLocationScreenState extends InheritedWidget {
required super.child,
});
//This is used to show loading state when memory count is beign computed and to
//show count after computation.
static final memoryCountNotifier = ValueNotifier<int?>(null);
static InheritedLocationScreenState of(BuildContext context) {