existInGetX<S> static method

bool existInGetX<S>({
  1. String? tag,
})

Whether exist in GetX container

Implementation

static bool existInGetX<S>({String? tag}) => Get.isRegistered<S>(tag: tag);