addCustomNotificationPolicy method

ResponseFuture<AddCustomNotificationPolicyResponse> addCustomNotificationPolicy(
  1. AddCustomNotificationPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.AddCustomNotificationPolicyResponse>
    addCustomNotificationPolicy($1.AddCustomNotificationPolicyRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$addCustomNotificationPolicy, request,
      options: options);
}