close method

FutureOr<void> close()

Called after this delegate is no longer used as the current delegate.

This allows a delegate to clean up and free resources.

Implementation

FutureOr<void> close() {}