Checks if a dependency is registered.
bool isRegistered<S>({String? tag}) => Get.isRegistered<S>(tag: tag);