deactivate method

  1. @mustCallSuper
void deactivate()

If the widget is monitored by a widget, it is executed when the monitored widget is destroyed or otherwise removed.

ウィジェットで監視されている場合、監視されているウィジェットが破棄される等して外される場合に実行されます。

Implementation

@mustCallSuper
void deactivate() {}