executeNow method

void executeNow()

The task will only be triggered once in a cycle. Use [isTest] = false and executeNow() to control the execution.

Implementation

void executeNow() => _scheduledTask();