dispose method

  1. @mustCallSuper
void dispose()
inherited

Implementation

@mustCallSuper
void dispose() {
  _stateStreamController.close();
}