FutureOfVoidToJSPromise extension

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

on

Properties

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