pool abstract method

Future<QueryPoolResponse> pool(
  1. ServiceCall call,
  2. QueryPoolRequest request
)

Implementation

$async.Future<$0.QueryPoolResponse> pool(
    $grpc.ServiceCall call, $0.QueryPoolRequest request);