ResultUnaryAsync<T extends Object, S> typedef

ResultUnaryAsync<T extends Object, S> = Unary<FutureResult<T>, S>

an unary async function that returns a Result ! differs from UnaryAsync ad it returns FutureOr instead of Future

Implementation

typedef ResultUnaryAsync<T extends Object, S> = Unary<FutureResult<T>, S>;