isPrepared<S> method

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

Implementation

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