async abstract method

Future<void> async(
  1. covariant S signal, {
  2. Set<Cell>? notified,
})

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});