close method

Future<void> close()
override

Close the connection

Implementation

Future<void> close() async {
  await _connection.close();
}