Execute<R> typedef

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

Implementation

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