componentWillUnmount method
Called when the component will unmount
Implementation
@override
void componentWillUnmount() {
_isMounted = false;
}
Called when the component will unmount
@override
void componentWillUnmount() {
_isMounted = false;
}