Delete a dependency from root scope
static bool delete<T>({String? tag, bool force = false}) { return rootScope.delete<T>(tag: tag, force: force); }