toObservable method
Returns an Observable that listens to the completion of this Future.
Implementation
Observable<T> toObservable() => FutureObservable<T>(this);
Returns an Observable that listens to the completion of this Future.
Observable<T> toObservable() => FutureObservable<T>(this);