menu
sunny_sdk_core package
documentation
model_exports.dart
DurationExt
then<R> method
then<R> method
dark_mode
light_mode
then<
R
>
method
Future
<
R?
>
then
<
R
>(
R
block
()?
)
Implementation
Future<R?> then<R>(R block()?) async { await Future.delayed(this); return block?.call(); }
sunny_sdk_core package
documentation
model_exports
DurationExt
then<R> method
DurationExt extension on
Duration