ListenableExt<T> extension

on

Methods

bind(BehaviorSubject<T> subject) → void

Available on ValueNotifier<T>, provided by the ListenableExt extension

bindMap<R>(BehaviorSubject<R> subject, {required R from(T from), required T to(R to)}) → void

Available on ValueNotifier<T>, provided by the ListenableExt extension