find<S> static method
Retrieves a dependency from the GetX service locator using the specified tag.
Implementation
static S find<S>({String? tag}) => Get.find<S>(tag: tag);
Retrieves a dependency from the GetX service locator using the specified tag.
static S find<S>({String? tag}) => Get.find<S>(tag: tag);