Check if a dependency exists in root scope
static bool exists<T>({String? tag}) { return rootScope.exists<T>(tag: tag); }