isRegistered<S> method
Checks if a Class Instance<S> (or tag) is registered in memory.
tagoptional, if you use atagto register the Instance.
Implementation
bool isRegistered<S>({String? tag}) =>
GetInstance().isRegistered<S>(tag: tag);