execute abstract method

FutureOr<R> execute()

Method to execute the task, return the result of type R.

Implementation

FutureOr<R> execute();