addCustomNotificationPolicy method

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

Implementation

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