dispose method

Future<void> dispose()

Cancel connection with server.

Implementation

Future<void> dispose() => _enumerator.dispose();