isRegistered<S> method

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

Implementation

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