mounted method
check if the current provider has a valid Element value into the ProvidersContainer
Implementation
bool mounted({
String? tag,
}) {
return containerElements[getKey(tag)]?.value != null;
}
check if the current provider has a valid Element value into the ProvidersContainer
bool mounted({
String? tag,
}) {
return containerElements[getKey(tag)]?.value != null;
}