onLoaded property

void Function(BuildContext context, S state)? onLoaded
final

Callback when data is successfully loaded from the network.

Implementation

final void Function(BuildContext context, S state)? onLoaded;