toResultEager method

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

Implementation

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