dispose method

Future<void> dispose()

Closes the event stream. Call from a tear-down.

Implementation

Future<void> dispose() => _events.close();