menu
innerlibs
widgets\future_awaiter.dart
FutureAwaiter
<
T
>
beforeLoad property
beforeLoad
dark_mode
light_mode
beforeLoad
property
void Function
()
?
beforeLoad
final
Function to be called before the data is loaded.
Implementation
final void Function()? beforeLoad;
innerlibs
future_awaiter
FutureAwaiter
<
T
>
beforeLoad property
FutureAwaiter class