of<T> static method

RxFuture<T> of<T>(
  1. Future<T> future
)

Implementation

static RxFuture<T> of<T>(Future<T> future) => RxFuture._(future);