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