dispose method
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 {}