handleThenable<T> function
- ThenableJsImpl<
T> thenable
Implementation
Future<T> handleThenable<T>(ThenableJsImpl<T> thenable) =>
js.promiseToFuture(thenable);
Future<T> handleThenable<T>(ThenableJsImpl<T> thenable) =>
js.promiseToFuture(thenable);