FutureOfVoidToJSPromise extension

Conversions from Future to JSPromise where the Future does not return a value.

on

Properties

toJS JSPromise<JSAny?>

Available on Future<void>, provided by the FutureOfVoidToJSPromise extension

A JSPromise that either resolves once this Future completes or rejects with an object that contains its error.
no setter