menu
plotline_engage_web package
documentation
plotline_web.dart
PromiseExtension<T>
then method
then method
dark_mode
light_mode
then
method
Promise
<
T
>
then
(
JSFunction
onFulfilled
, [
JSFunction
?
onRejected
])
Implementation
external Promise<T> then(JSFunction onFulfilled, [JSFunction? onRejected]);
plotline_engage_web package
documentation
plotline_web
PromiseExtension<T>
then method
PromiseExtension extension on
Promise
<
T
>