onDataFetched property

Future<T> Function() onDataFetched
final

The method that fetches and returns the data

Implementation

final Future<T> Function() onDataFetched;