asRx method

RxNotifier<T> asRx()

Convert a ValueListenable to RxNotifier.

Implementation

RxNotifier<T> asRx() => RxNotifier<T>(value);