dispose abstract method

Future<void> dispose()

KILL the live effect (the default / floor unmount verb): the effect is done/invalidated. A process family terminates its group; a service cancels its body + runs teardown.

Implementation

Future<void> dispose();