JSPromiseToFuture extension - dart:js_interop library (original) (raw)
JSPromiseToFuture<T extends JSAny?> extension
Conversions from JSPromise to Future.
on
- JSPromise<T>
Properties
Available on JSPromise<T>, provided by the JSPromiseToFuture extension
A Future that either completes with the result of the resolvedJSPromise or propagates the error that the JSPromise rejected with.
no setter