future property

Future<T> Function() future
final

Async function which result will be stored in cache

Implementation

final Future<T> Function() future;