menu
stormy_kit package
documentation
utils/preload/model/preload_task.dart
PreloadTask<T>
checkBeforeExecute property
checkBeforeExecute property
dark_mode
light_mode
checkBeforeExecute
property
Future
<
bool
>
Function
()
?
checkBeforeExecute
final
执行前检查函数 返回 true 表示可以执行,返回 false 则等待后重试
Implementation
final Future<bool> Function()? checkBeforeExecute;
stormy_kit package
documentation
utils/preload/model/preload_task
PreloadTask<T>
checkBeforeExecute property
PreloadTask class