async abstract method
Asynchronously propagates a signal through all linked cells.
signal
- The signal to propagate
notified
- Optional set to track notified cells
Implementation
Future<void> async(covariant S signal, {Set<Cell>? notified});
Asynchronously propagates a signal through all linked cells.
signal
- The signal to propagate
notified
- Optional set to track notified cells
Future<void> async(covariant S signal, {Set<Cell>? notified});