onLoadedCached property

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

Callback when cached data is successfully loaded.

Implementation

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