findInSelfContainer<S> static method
For long lifecycle object in application container.
Implementation
static S findInSelfContainer<S>({String? tag}) {
return SelfContainer().findInSelfContainer<S>(tag: tag);
}
For long lifecycle object in application container.
static S findInSelfContainer<S>({String? tag}) {
return SelfContainer().findInSelfContainer<S>(tag: tag);
}