release method

void release ()

Trigger the listeners to indicate that the widget no longer needs to be kept alive.

Implementation

void release() {
  notifyListeners();
}