dispose abstract method

  1. @override
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

@override
Future<void> dispose();