dispose method

void dispose()
inherited

Dispose the state.

Implementation

void dispose() {
  _reactiveModelState.dispose();
}