poolGetConnection method

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

Implementation

@override
Future<Result<Connection>> poolGetConnection(int poolId) =>
    _pool.poolGetConnection(poolId);