close method

Future<void> close()

Closes the underlying handle.

Implementation

Future<void> close() => _handle.close();