stateMounted static method
Returns a predicate that checks if a State is still mounted.
Implementation
static PostFramePredicate stateMounted(State state) {
return () => state.mounted;
}
Returns a predicate that checks if a State is still mounted.
static PostFramePredicate stateMounted(State state) {
return () => state.mounted;
}