dispose method

void dispose()

Disposes this controller.

Implementation

void dispose() {
  _searchBarState = null;
  _appBarState = null;
}