onLoad property

(void Function(AsyncSnapshot<List<T>>)?) onLoad
final

A callback that will be called when the future starts running.

This callback is triggered when the AsyncSnapshot.connectionState is ConnectionState.waiting.

Implementation

final void Function(AsyncSnapshot<List<T>>)? onLoad;