poolGetConnection method

  1. @override
Future<Result<Connection>> poolGetConnection(
  1. int poolId
)
override

Implementation

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