JSPromiseToFuture extension - dart:js_interop library (original) (raw)

description

JSPromiseToFuture<T extends JSAny?> extension

Conversions from JSPromise to Future.

on

Properties

toDartFuture<T>

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