Returns true if type S has already been instantiated.
true
S
static bool isInstantiated<S>({String? tag}) { return currentScope.isInstantiated<S>(tag: tag); }