ExecutingStatementCallback typedef

ExecutingStatementCallback = void Function(ExecutingStatement statement)

Implementation

typedef ExecutingStatementCallback =
    void Function(ExecutingStatement statement);