VirtualGatewayGrpcConnectionPool constructor

VirtualGatewayGrpcConnectionPool({
  1. required int maxRequests,
})

Implementation

VirtualGatewayGrpcConnectionPool({
  required this.maxRequests,
});