isPrepared<S> method

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

Checks if a dependency is prepared.

Implementation

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