isPrepared<S> method
Checks if an Instance<S> (or tag) returned from a factory builder
Get.lazyPut(), is registered in memory.
tagoptional, if you use atagto register the Instance.
Implementation
bool isPrepared<S>({String? tag}) => GetInstance().isPrepared<S>(tag: tag);