onMount method
Called when mounted to the tree.
Implementation
@override
void onMount() {
super.onMount();
_contextStack.putIfAbsent(T, () => []).add(value as Object);
}
Called when mounted to the tree.
@override
void onMount() {
super.onMount();
_contextStack.putIfAbsent(T, () => []).add(value as Object);
}