Checks if a dependency is registered in the GetX service locator using the specified tag.
static bool isRegistered<S>({String? tag}) => Get.isRegistered<S>(tag: tag);