dispose method

void dispose()

Implementation

void dispose() {
  _stateController.close();
  _actionController.close();
}