wbemanuel
Committed by GitHub

Update import

@@ -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._();