getNotificationPolicy method

ResponseFuture<GetNotificationPolicyResponse> getNotificationPolicy(
  1. GetNotificationPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.GetNotificationPolicyResponse> getNotificationPolicy(
    $2.GetNotificationPolicyRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getNotificationPolicy, request, options: options);
}