onLoaded property
Callback when data is successfully loaded from the network.
Implementation
final void Function(BuildContext context, S state)? onLoaded;
Callback when data is successfully loaded from the network.
final void Function(BuildContext context, S state)? onLoaded;