afterLoad property
final
Function to be called after the data is loaded. Receive the data returned by future function.
Implementation
final void Function(T?)? afterLoad;
Function to be called after the data is loaded. Receive the data returned by future function.
final void Function(T?)? afterLoad;