poolSetSize method
Resizes the pool by recreating it with newMaxSize.
All connections must be released before resize. Returns true on success, false on failure.
Implementation
@override
bool poolSetSize(int poolId, int newMaxSize) =>
_native.poolSetSize(poolId, newMaxSize);