FutureSignal<T> constructor

FutureSignal<T>(
  1. Future<T> _future
)

Implementation

FutureSignal(this._future) : super(AsyncData.initial());