FutureEither<T> typedef

FutureEither<T> = Future<Either<Failure, T>>

Functional type definition for Future

Implementation

typedef FutureEither<T> = Future<Either<Failure, T>>;