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