poolGetConnection method
Implementation
@override
Future<Result<Connection>> poolGetConnection(int poolId) async {
return _repository.poolGetConnection(poolId);
}
@override
Future<Result<Connection>> poolGetConnection(int poolId) async {
return _repository.poolGetConnection(poolId);
}