find<S> method
Finds and retrieves a dependency of type S
.
tag
is an optional identifier to retrieve a tagged instance.
Implementation
S find<S>({String? tag}) => Get.find<S>(tag: tag);
Finds and retrieves a dependency of type S
.
tag
is an optional identifier to retrieve a tagged instance.
S find<S>({String? tag}) => Get.find<S>(tag: tag);