JSPromiseToFuture<T extends JSAny?> extension

Conversions from JSPromise to Future.

on

Properties

toDart Future<T>
A Future that either completes with the result of the resolved JSPromise or propagates the error that the JSPromise rejected with.
no setter