updateCustomNotificationPolicy method

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

Implementation

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