updateCustomNotificationPolicy method

ResponseFuture<UpdateCustomNotificationPolicyResponse> updateCustomNotificationPolicy(
  1. UpdateCustomNotificationPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.UpdateCustomNotificationPolicyResponse>
    updateCustomNotificationPolicy(
  $0.UpdateCustomNotificationPolicyRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateCustomNotificationPolicy, request,
      options: options);
}