Abw<C extends AbController> constructor

Abw<C extends AbController>(
  1. RefreshFunction _refresh,
  2. Set<RemoveRefreshFunction> _removeRefreshFunctions
)

Implementation

Abw(this._refresh, this._removeRefreshFunctions);