close method

  1. @override
Future<void> close()

Closes all the connections in the pool.

Implementation

@override
Future<void> close() async {
  await _pool.close();
}