close method

Future close()

Closes all the connections in the pool.

Implementation

Future<dynamic> close() {
  return _pool.close();
}