actionRunner property

FutureCallback? actionRunner

Returns the runner of the action

Implementation

FutureCallback? get actionRunner => runnerFor(actionName);
void actionRunner=(dynamic value)

Sets the runner of the action

Implementation

set actionRunner(value) => setRunnerFor(actionName, value);