unmount method

  1. @override
void unmount()
override

Implementation

@override
void unmount() {
  _state?.dispose();
  super.unmount();
}