Skip to content

Commit a72b3d1

Browse files
authored
Update app_manager.dart
1 parent 957c659 commit a72b3d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

state_management_comparisons/lib/shared/managers/app_manager.dart

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ class AppManager with ChangeNotifier {
88
final FileService Function() locateFileService;
99

1010
int _count1 = 0;
11-
1211
int get count1 => _count1;
1312
set count1(int value) {
1413
_count1 = value;

0 commit comments

Comments
 (0)