Emitter<State> constructor

Emitter<State>(
  1. void _updater(
    1. State newState
    )
)

Implementation

Emitter(this._updater);