checkConnections method

FutureOr<bool> checkConnections()

Checks the connections of the pool. Defaults: calls removeInvalidElementsFromPool.

Implementation

FutureOr<bool> checkConnections() => removeInvalidElementsFromPool();