EventExt<T> extension

on

Methods

bind(void onData(T?)) Event<T>
Bind one event to another
listenOn(WidgetModel listener, {void onValue(T? value)?}) StreamSubscription<T?>
Listen on specifited listener with possibility to add callbacks