close method

  1. @override
Future<void> close()
override

Closes the connection.

The connection is invalid after calling close and cannot be used anymore.

Implementation

@override
Future<void> close() async => await _connection.close();