dispose abstract method

Future<void> dispose()

Dispose the resource, the operation should be called once time.

Throws DisposedException or ClearingException if this bag has been disposed or is disposing.

Implementation

Future<void> dispose();