dispose method Null safety

void dispose()

Implementation

void dispose() {
  _stateStream.close();
}