QueryFn<T> typedef

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

Implementation

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