menu
alexa_web_api package
documentation
alexa_web_api.dart
PromiseJsImpl<T>
then method
then method
dark_mode
light_mode
then
method
PromiseJsImpl
then
(
[
void
onResolve
(
dynamic
),
void
onReject
(
dynamic
)
])
Implementation
external PromiseJsImpl then([ void Function(dynamic) onResolve, void Function(dynamic) onReject, ]);
alexa_web_api package
documentation
alexa_web_api
PromiseJsImpl<T>
then method
PromiseJsImpl class