Showing
1 changed file
with
1 additions
and
1 deletions
@@ -3,7 +3,7 @@ import 'dart:collection'; | @@ -3,7 +3,7 @@ import 'dart:collection'; | ||
3 | 3 | ||
4 | import 'package:get_core/get_core.dart'; | 4 | import 'package:get_core/get_core.dart'; |
5 | 5 | ||
6 | -import 'lifecircle.dart'; | 6 | +import 'lifecycle.dart'; |
7 | 7 | ||
8 | class GetInstance { | 8 | class GetInstance { |
9 | factory GetInstance() => _getInstance ??= GetInstance._(); | 9 | factory GetInstance() => _getInstance ??= GetInstance._(); |
-
Please register or login to post a comment