dispose method

Future<void> dispose()

Stops driving the session without detaching or closing it (host unmount).

Implementation

Future<void> dispose() => _teardown();