close method

Future<void> close()

close connection

Implementation

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