componentWillUnmount method

  1. @override
void componentWillUnmount()
override

Called when the component will unmount

Implementation

@override
void componentWillUnmount() {
  _isMounted = false;
}