execute method

void execute(
  1. FutureOr<void> call()
)

Implementation

void execute(FutureOr<void> Function() call) => _apply(call);