Function0<R> typedef Null safety

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

Implementation

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