menu
edge_dart_runtime package
documentation
interop/promise_interop.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]);
edge_dart_runtime package
documentation
interop/promise_interop
Promise<T>
then method
Promise class