toFutureResult method

FutureResult<S, F> toFutureResult()

Turns a Result into a FutureResult.

Implementation

FutureResult<S, F> toFutureResult() async {
  return this;
}