query abstract method

Future<ResponseQuery> query(
  1. ServiceCall call,
  2. RequestQuery request
)

Implementation

$async.Future<$0.ResponseQuery> query(
    $grpc.ServiceCall call, $0.RequestQuery request);