select abstract method

Future<SqlQueryResponse> select(
  1. ServiceCall call,
  2. SqlQueryRequest request
)

Implementation

$async.Future<$0.SqlQueryResponse> select(
    $grpc.ServiceCall call, $0.SqlQueryRequest request);