granterGrants method
ResponseFuture<QueryGranterGrantsResponse>
granterGrants(
- QueryGranterGrantsRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.QueryGranterGrantsResponse> granterGrants(
$0.QueryGranterGrantsRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$granterGrants, request, options: options);
}