menu
xyz_config package
documentation
_common.dart
FunctionQueue
wait method
wait method
dark_mode
light_mode
wait
method
Future
<
void
>
wait
(
)
Implementation
Future<void> wait() async { if (this.isNotEmpty) { await this.add(() async {}); } }
xyz_config package
documentation
_common
FunctionQueue
wait method
FunctionQueue class