dispose method

void dispose()

need to call when the stateful page is disposed

Implementation

void dispose() {
  _state = null;
}