menu
pull_to_refresh_simple package
documentation
pull_to_refresh_simple.dart
LoadingProcessor
readyToLoad method
readyToLoad method
dark_mode
light_mode
readyToLoad
method
Future
<
void
>
readyToLoad
(
)
准备进入加载状态,会等待此函数完成后再调用onLoading
Implementation
Future<void> readyToLoad() { return Future.value(); }
pull_to_refresh_simple package
documentation
pull_to_refresh_simple
LoadingProcessor
readyToLoad method
LoadingProcessor mixin