execute method

FutureOr<R> execute()

Executes this tasks immediately.

Implementation

FutureOr<R> execute() => executeAndCast<R>();