menu
tencent_cloud_chat_sdk package
documentation
web/utils/utils.dart
handleThenable<T> function
handleThenable<T> function
dark_mode
light_mode
handleThenable<
T
>
function
Future
<
T
>
handleThenable
<
T
>(
ThenableJsImpl
<
T
>
thenable
)
Implementation
Future<T> handleThenable<T>(ThenableJsImpl<T> thenable) => js.promiseToFuture(thenable);
tencent_cloud_chat_sdk package
documentation
web/utils/utils
handleThenable<T> function
js_interop library