isPrepared<S> static method

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

Checks if a dependency is prepared in the GetX service locator using the specified tag.

Implementation

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