menu
twilio_voice package
documentation
_internal/js/core/promise.dart
Promise<T>
then method
then method
dark_mode
light_mode
then
method
Promise
then
(
void
onFulfilled
(
T
result
), [
Function
onRejected
])
Implementation
external Promise then(void Function(T result) onFulfilled, [Function onRejected]);
twilio_voice package
documentation
_internal/js/core/promise
Promise<T>
then method
Promise class