toResultEager method

FutureResult<List<S>, F> toResultEager()

Implementation

FutureResult<List<S>, F> toResultEager() {
  return then((result) => result.toResultEager());
}