FlutterError (setState() called after dispose(): _AddChildScreenState#16812(lifecycle state: defunct, not mounted) code example
Example: lifecycle state: defunct, not mounted
void setStateIfMounted(f) {
if (mounted) setState(f);
}
void setStateIfMounted(f) {
if (mounted) setState(f);
}