QueryFunc<T> typedef

QueryFunc<T> = Future<T> Function()

The result of the QueryFunc will be cached.

Implementation

typedef QueryFunc<T> = Future<T> Function();