UnaryDelegateFutureOr<T, S> typedef

UnaryDelegateFutureOr<T, S> = UnaryDelegate<FutureOr<T>, S>

a typedef for an async UnaryDelegate

Implementation

typedef UnaryDelegateFutureOr<T, S> = UnaryDelegate<FutureOr<T>, S>;