Producer<T> typedef

Producer<T> = FutureOr<T> Function()

Implementation

typedef Producer<T> = FutureOr<T> Function();