onDispose method

  1. @protected
Future<void> onDispose()
inherited

Callback when this executor is disposed.

Subclasses should override this, to implement any cleanup to be done before disposing.

Implementation

@protected
Future<void> onDispose() async {}