dispose method

dynamic dispose()
inherited

Disposes all resources held by the StateBloc.

Implementation

dispose() {
  close();
}