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