afterLoad property

void Function(T?)? afterLoad
final

Function to be called after the data is loaded. Receive the data returned by future function.

Implementation

final void Function(T?)? afterLoad;