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