Function0<R> typedef

Function0<R> = FutureOr<R> Function()

Implementation

typedef Function0<R> = FutureOr<R> Function();