dispose method

  1. @mustCallSuper
Future<void> dispose()
inherited

Disposes of any resources held by this handler.

Subclasses that manage stateful resources (such as background isolates or file handles) should override this method to clean up resources.

Implementation

@mustCallSuper
Future<void> dispose() async {}