catchFromPopulatedPool method
Implementation
FutureOr<O?> catchFromPopulatedPool() {
if (_pool.isEmpty) return null;
return _catchFromPopulatedPool();
}
FutureOr<O?> catchFromPopulatedPool() {
if (_pool.isEmpty) return null;
return _catchFromPopulatedPool();
}