GetIt.asNewInstance constructor
GetIt.asNewInstance()
If you need more than one instance of GetIt you can use asNewInstance()
You should prefer to use the instance()
method to access the global instance of GetIt.
Implementation
factory GetIt.asNewInstance() {
return _GetItImplementation();
}