nextChanged property
Triggers at most once, the next time that this Logic changes value at the end of a Simulator tick.
Implementation
Future<LogicValueChanged> get nextChanged => _wire.nextChanged;
Triggers at most once, the next time that this Logic changes value at the end of a Simulator tick.
Future<LogicValueChanged> get nextChanged => _wire.nextChanged;