dispose abstract method

Future<void> dispose()

Stops, cancels, and cleans up the resource. Should be called in a finally block.

since 0.8.0

Implementation

Future<void> dispose();