dispose method

void dispose()
inherited

Dispose (call in unmount react control) Вызвать при удалении контрола

Implementation

void dispose() {
  this.onChange.close();
}